home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Development Kits / MPW Related / Lurkers 1.7 / FStubs.c next >
Encoding:
Text File  |  1997-11-11  |  1.0 KB  |  34 lines  |  [TEXT/MPS ]

  1. /*------------------------------------------------------------------------------
  2.  
  3. FILE
  4.      FStubs.c - Stubs for floating point runtime library routines not
  5.                  used by MPW tools
  6.  
  7.  
  8. DESCRIPTION
  9.      This file provides additional stubs for several routines defined
  10.      in the runtine library that aren't necessary in MPW tools.  These
  11.      routines are referenced by the Standard C Library I/O functions,
  12.      but are never called.  Because they are referenced, the linker
  13.      can't remove them.  The stubs in this file provide dummy routines
  14.      which are never called, but reduce the size of the tool.  The file
  15.      {Libraries}Stubs.o contains most of the stub routines.  This
  16.      file only contains routines not found in {Libraries}Stubs.o.
  17.  
  18. COPYRIGHT
  19.      Copyright Apple Computer, Inc. 1986-1987
  20.      All rights reserved.
  21.  
  22.  
  23. ------------------------------------------------------------------------------*/
  24.  
  25.  
  26. /* Floating Point Conversion Routines
  27.  
  28.    These routines, called by printf, are only necessary if floating point
  29.    formatting is used.
  30. */
  31.  
  32. ecvt() {}
  33. fcvt() {}
  34.